Skip to content

Commit

Permalink
4G mem
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng committed Oct 21, 2024
1 parent e59a405 commit d41abe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.jl
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function main(;

if length(ipynbs) > 0
# Install IJulia kernel
IJulia.installkernel("Julia", "--project=@.", "--heap-size-hint=6G")
IJulia.installkernel("Julia", "--project=@.", "--heap-size-hint=4G")

# nbconvert command array
ntasks = parse(Int, get(ENV, "NBCONVERT_JOBS", "1"))
Expand Down

0 comments on commit d41abe1

Please sign in to comment.