Skip to content

Commit 21f7761

Browse files
committed
Reduced initial memory size
1 parent 1d68bd1 commit 21f7761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_interactive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ def test_audio_worklet_stereo_io_2gb(self):
339339
os.mkdir('audio_files')
340340
shutil.copy(test_file('webaudio/audio_files/emscripten-beat.mp3'), 'audio_files/')
341341
shutil.copy(test_file('webaudio/audio_files/emscripten-bass.mp3'), 'audio_files/')
342-
self.btest_exit('webaudio/audioworklet_in_out_stereo.c', args=['-sAUDIO_WORKLET', '-sWASM_WORKERS', '-sMEMORY64', '-sINITIAL_MEMORY=4311744512', '-DTEST_OFFSET_GB=2'])
342+
self.btest_exit('webaudio/audioworklet_in_out_stereo.c', args=['-sAUDIO_WORKLET', '-sWASM_WORKERS', '-sMEMORY64', '-sINITIAL_MEMORY=2164260864', '-DTEST_OFFSET_GB=2'])
343343

344344
# Same as 'test_audio_worklet_stereo_io_2gb' but with a 4GB offset
345345
def test_audio_worklet_stereo_io_4gb(self):

0 commit comments

Comments
 (0)