Jan 30, 2014 update
| ←Older revision | Revision as of 12:59, 18 March 2014 | ||
| Line 38: | Line 38: | ||
==== Jan 30, 2014 update ==== | ==== Jan 30, 2014 update ==== | ||
| - | I've run into the same problem again after switching to new [[CentOS]] 6. This time it is amd64 bit [[Virtualization|virtualized]] environment and to make things worse, the 64-bit [[Java]] does not have the ''client'' mode anymore! | + | I've run into the same problem again after switching to new [[CentOS]] 6. This time it is amd64 bit [[Virtualization|virtualized]] environment and to make things worse, the 64-bit [[Java]] does not have the ''client'' mode anymore! |
| + | |||
| + | After a lot of work and reading through sources we found out there is an [[environment]] variable that [[Java]] honors: | ||
| + | |||
| + | Well, it is not documented, but there is: | ||
| + | |||
| + | <source lang="bash"> | ||
| + | _JAVA_OPTIONS="-Xmx64M -XX:MaxPermSize=32M" | ||
| + | export _JAVA_OPTIONS | ||
| + | </source> | ||
Still I wonder. Am I really the only person on a planet to run into such issues? | Still I wonder. Am I really the only person on a planet to run into such issues? | ||