1 | static void restartWithNativeMemoryTracking(S[] args) {
|
2 | S preferredVMArguments = "-XX:NativeMemoryTracking=summary " + smallHeapArgs(); |
3 | if (!vmArguments().contains("-XX:NativeMemoryTracking=summary")) {
|
4 | print("Restarting with Native Memory Tracking");
|
5 | directNohupJavax(programID() + " " + smartJoin(args), preferredVMArguments); |
6 | cleanKill(); |
7 | } |
8 | } |
Began life as a copy of #1008038
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1009115 |
| Snippet name: | restartWithNativeMemoryTracking |
| Eternal ID of this version: | #1009115/2 |
| Text MD5: | 86816b8217c41c21b2e5404bd44c4f6d |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-07-03 01:13:11 |
| Source code size: | 370 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 652 / 716 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |