Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
46eb0f7b
Commit
46eb0f7b
authored
Sep 08, 2008
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
limit tests to 4GB of memory.
3G works on thresher, 2G does not R=r OCL=14956 CL=14958
parent
7231ceb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
test/run
test/run
+4
-0
No files found.
test/run
View file @
46eb0f7b
...
...
@@ -23,6 +23,10 @@ RUNFILE=/tmp/gorun-$USER
TMP1FILE
=
/tmp/gotest1-
$USER
TMP2FILE
=
/tmp/gotest2-
$USER
# don't run the machine out of memory: limit individual processes to 4GB.
# on thresher, 3GB suffices to run the tests; with 2GB, peano fails.
ulimit
-v
4000000
for
dir
in
.
ken chan bugs fixedbugs
do
for
i
in
$dir
/
*
.go
...
...
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