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.
1 parent 450d61d commit b9cf2c0Copy full SHA for b9cf2c0
src/backend/controllers/tracers.js
@@ -29,7 +29,7 @@ const trace = lang => (req, res, next) => {
29
`--name=${containerName}`,
30
'-w=/usr/visualization',
31
`-v=${tempPath}:/usr/visualization:rw`,
32
- `-m=${memoryLimit}m`,
+ //`-m=${memoryLimit}m`,
33
'-e ALGORITHM_VISUALIZER=1',
34
builder.imageName,
35
].join(' '), { stdout: null, stderr: null }).catch(error => {
0 commit comments