Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 5859 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Nope. This is hard-coded into the C code which launches the plugin JVM. Besides, whichever plugin launches the JVM first wins, so even if we made a special exception and recompiled a modified version of the plugin, that would rely on being the only plugin running that starts the JVM. I believe we have the max heap size set to 64 megs at the moment.

Posted (edited)

Yeargh... thus, I must execute a new process with the correct Xms in the code... this is kinda funny though. My friend kinda dies when he saw it. Kludge workaround but I'm implementing a data transfer/munge thing so, I'm used to it.

Still though, this is so much better than what I had before that I could really care less. It's awesome Jesse. Thanks.

Edited by Guest
Posted

If it's a data manipulation process, maybe you could process a chunk at a time using an InputStream or a Reader without having to pull in all the data into memory simultaneously...?

This topic is 5859 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.