Skip to content

Commit b9cf2c0

Browse files
committed
Remove memory limit temporarily
1 parent 450d61d commit b9cf2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/controllers/tracers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const trace = lang => (req, res, next) => {
2929
`--name=${containerName}`,
3030
'-w=/usr/visualization',
3131
`-v=${tempPath}:/usr/visualization:rw`,
32-
`-m=${memoryLimit}m`,
32+
//`-m=${memoryLimit}m`,
3333
'-e ALGORITHM_VISUALIZER=1',
3434
builder.imageName,
3535
].join(' '), { stdout: null, stderr: null }).catch(error => {

0 commit comments

Comments
 (0)