Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add convenience options for specifying org.bytedeco.javacpp.maxbytes property #125

Closed
AlexDBlack opened this issue Aug 23, 2016 · 1 comment

Comments

@AlexDBlack
Copy link
Contributor

Currently setting the maxbytes property is done using a number of bytes.
For large amounts, it would be convenient to set this similar to Xmx options: i.e., "4G" or "1024M" instead of having to specify values like 4294967296 and 1073741824 respectively.

saudet added a commit that referenced this issue Aug 28, 2016
…ce calls to `System.gc()` based on `Pointer.physicalBytes()`

 * Allow strings ending with "t", "g", "m", etc to specify the number of bytes in system properties (issue #125)
@saudet
Copy link
Member

saudet commented Oct 2, 2016

Included in version 1.2.4. Thanks for reporting!

@saudet saudet closed this as completed Oct 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants