Skip to content

Commit 819b4b2

Browse files
authored
Merge pull request #2768 from input-output-hk/fix/remove-bad-rts-flags
Removed unstable rts flags
2 parents 91bcf96 + 9934af0 commit 819b4b2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

source/main/cardano/CardanoWalletLauncher.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,7 @@ export async function CardanoWalletLauncher(
140140
});
141141

142142
// 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'];
143+
nodeConfig.rtsOpts = [];
146144
logger.info('Launching Cardano Node with RTS flags', {
147145
rtsFlags: nodeConfig.rtsOpts,
148146
});

0 commit comments

Comments
 (0)