Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. root@server [/opt/red5]# java -version
  2. Error occurred during initialization of VM
  3. Could not reserve enough space for object heap
  4. Error: Could not create the Java Virtual Machine.
  5. Error: A fatal exception has occurred. Program will exit.
  6.  
  7.  
  8.  
  9. root@server [/opt/red5]# java -Xmx32m -version
  10. java version "1.7.0_65"
  11. OpenJDK Runtime Environment (rhel-2.5.1.2.el6_5-x86_64 u65-b17)
  12. OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)
  13.  
  14.  
  15. root@server [/opt/red5]# java -Xmx64m -version
  16. #
  17. # There is insufficient memory for the Java Runtime Environment to continue.
  18. # Native memory allocation (malloc) failed to allocate 1048576 bytes for AllocateHeap
  19. # An error report file with more information is saved as:
  20. # /tmp/jvm-3608/hs_error.log
  21.  
  22.  
  23.  
  24.  
  25. root@server [/opt/red5]# ulimit -a -S
  26. core file size (blocks, -c) 0
  27. data seg size (kbytes, -d) unlimited
  28. scheduling priority (-e) 0
  29. file size (blocks, -f) unlimited
  30. pending signals (-i) 253728
  31. max locked memory (kbytes, -l) 64
  32. max memory size (kbytes, -m) unlimited
  33. open files (-n) 1024
  34. pipe size (512 bytes, -p) 8
  35. POSIX message queues (bytes, -q) 819200
  36. real-time priority (-r) 0
  37. stack size (kbytes, -s) 10240
  38. cpu time (seconds, -t) unlimited
  39. max user processes (-u) 253728
  40. virtual memory (kbytes, -v) unlimited
  41. file locks (-x) unlimited
  42.  
  43.  
  44.  
  45.  
  46. root@server [/opt/red5]# ulimit -a -H
  47. core file size (blocks, -c) unlimited
  48. data seg size (kbytes, -d) unlimited
  49. scheduling priority (-e) 0
  50. file size (blocks, -f) unlimited
  51. pending signals (-i) 253728
  52. max locked memory (kbytes, -l) 64
  53. max memory size (kbytes, -m) unlimited
  54. open files (-n) 4096
  55. pipe size (512 bytes, -p) 8
  56. POSIX message queues (bytes, -q) 819200
  57. real-time priority (-r) 0
  58. stack size (kbytes, -s) unlimited
  59. cpu time (seconds, -t) unlimited
  60. max user processes (-u) 253728
  61. virtual memory (kbytes, -v) unlimited
  62. file locks (-x) unlimited
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement