Skip to content

Commit 9934af0

Browse files
committed
Removed unstable rts flags
1 parent 91bcf96 commit 9934af0

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)