Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
131d36e8
Commit
131d36e8
authored
Nov 25, 2021
by
gxkai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: memory
parent
c9f2ab18
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
package.json
package.json
+1
-1
workspace.json
workspace.json
+4
-4
No files found.
package.json
View file @
131d36e8
...
...
@@ -61,7 +61,7 @@
"build:dev"
:
"npm run fix-memory-limit & NODE_ENV=production nx build remix-ide --prod --skip-nx-cache"
,
"serve:dev"
:
"npx http-server ./dist/apps/remix-ide"
,
"deploy:dev"
:
"./deploy.sh 172.22.17.165"
,
"fix-memory-limit"
:
"cross-env LIMIT=
5120
increase-memory-limit"
,
"fix-memory-limit"
:
"cross-env LIMIT=
4096
increase-memory-limit"
,
"nightwatch_parallel"
:
"npm run build:e2e && nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js --env=chrome,firefox"
,
"nightwatch_local_firefox"
:
"npm run build:e2e && nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js --env=firefox"
,
"nightwatch_local_chrome"
:
"npm run build:e2e && nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js --env=chrome"
,
...
...
workspace.json
View file @
131d36e8
...
...
@@ -113,7 +113,7 @@
"maximumError"
:
"100mb"
}
],
"memoryLimit"
:
5120
"memoryLimit"
:
4096
}
}
},
...
...
@@ -735,7 +735,7 @@
"maximumError"
:
"100mb"
}
],
"memoryLimit"
:
5120
"memoryLimit"
:
4096
}
}
},
...
...
@@ -986,7 +986,7 @@
"maximumError"
:
"100mb"
}
],
"memoryLimit"
:
5120
"memoryLimit"
:
4096
}
}
},
...
...
@@ -1055,7 +1055,7 @@
"maximumError"
:
"100mb"
}
],
"memoryLimit"
:
5120
"memoryLimit"
:
4096
}
}
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment