Guest User

Untitled

a guest
Jul 15th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. root@V-4265:~# java -version
  2. Error occurred during initialization of VM
  3. Could not reserve enough space for object heap
  4. Could not create the Java virtual machine.
  5. root@V-4265:~# java -version -Xms512m -Xmx512m
  6. Error occurred during initialization of VM
  7. Could not reserve enough space for object heap
  8. Could not create the Java virtual machine.
  9. root@V-4265:~#
Add Comment
Please, Sign In to add comment