java - direct buffer memory setting -


i'm using 64-bit jdk , when testing default jvm setting, occures error java.lang.outofmemoryerror: direct buffer memory

i googled , found need set max direct buffer memory param -xx:maxdirectmemorysize java

system: windows 7

i'm running bash shell on git shell,

 $./bin/local.sh local.xml 

the question is: how can set xx:maxdirectmemorysize on git shell command line? or shall set param in jvm file?

confused this, please help


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -