How Can jBilling Help You?
Who’s Using jBilling?

“jBilling has a very solid architecture and an elegant design.”
Jean-François Farjon
Guardian Mobility Corp.
See all testimonials >

adjust java heap size? out of memory error

Hello all, hopefully someone out there has experience with this and can help me...I'm getting a JAVA heap size out of memory error. I tried poking around in the files to see how I could adjust the heap size, but no such luck

 
Oliver wrote 21 weeks 18 hours ago

Thanks the error isn't coming

Thanks the error isn't coming up anymore!

 
averyjamison wrote 21 weeks 6 days ago

Are you on windows? If so,

Are you on windows? If so, try running this before startup.bat

set JAVA_OPTS=--Xms512m -Xmx1024m -XX:NewSize=256m -XX:MaxNewSize=256m -XX:PermSize=256m -XX:MaxPermSize=256m

Please register or login to post a comment.