We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25ee8d8 + 819b4b2 commit 402f20fCopy full SHA for 402f20f
source/main/cardano/CardanoWalletLauncher.js
@@ -140,9 +140,7 @@ export async function CardanoWalletLauncher(
140
});
141
142
// RTS flags:
143
- // 1) "-H4G -M6553M -c70" 16.0% peak RSS reduction and a sub-percentile CPU regression
144
- // 2) "-H4G -M6553M" 18.5% peak RSS reduction and a second-best CPU regression
145
- nodeConfig.rtsOpts = ['-H4G', '-M6553M', '-c70'];
+ nodeConfig.rtsOpts = [];
146
logger.info('Launching Cardano Node with RTS flags', {
147
rtsFlags: nodeConfig.rtsOpts,
148
0 commit comments