Skip to content

Commit

Permalink
Use 4GB/core for windows until we solve OpenBLAS memory problems
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Sep 20, 2022
1 parent fbdddde commit c95bd25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows-kvm/buildkite-worker/common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ end

function template_kvm_config_command(agent_hostname::String;
num_cpus::Int = 8,
memory_kb::Int = num_cpus*3*1024*1024)
memory_kb::Int = num_cpus*4*1024*1024)
template = joinpath(@__DIR__, "kvm_machine.xml.template")
target = agent_scratch_xml_path(agent_hostname)

Expand Down

0 comments on commit c95bd25

Please sign in to comment.