Skip to content

Commit eb34b68

Browse files
committed
Increase VM memory to 4GiB and skip performance tests on servers
1 parent b84ae15 commit eb34b68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Vagrant.configure("2") do |config|
5454
# vb.gui = true
5555

5656
# Customize the amount of memory on the VM:
57-
vb.memory = 2048
57+
vb.memory = 4096
5858
end
5959
#
6060
# View the documentation for the provider you are using for more

fuzzingclient.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@
6767
{ "agent": "faye-websocket jruby-9.2 puma", "url": "ws://127.0.0.1:7023" }
6868
],
6969
"cases": ["*"],
70-
"exclude-cases": ["12.*", "13.*"],
70+
"exclude-cases": ["9.*", "12.*", "13.*"],
7171
"exclude-agent-cases": {}
7272
}

0 commit comments

Comments
 (0)