Skip to content

Commit

Permalink
Fixed the way how we set dynamic-space-size.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Dec 14, 2024
1 parent 0bbf476 commit 37d6351
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ runs:
if [[ "${{ inputs.dynamic-space-size }}" != "" ]]; then
echo ::group::Changing Dynamic Space Size in Roswell Config
echo "dynamic-space-size 0 ${{ inputs.dynamic-space-size }}" >> ~/.roswell/config
ros config set dynamic-space-size ${{ inputs.dynamic-space-size }}
fi
echo ::endgroup::
Expand Down
2 changes: 2 additions & 0 deletions changelog.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"SBCL"
"HOME"))

(4.2.1 2024-12-15
"Fixed the way how we set dynamic-space-size.")
(4.2.0 2024-12-14
"Input variable `dynamic-space-size` was added. It can be used to default set memory size for SBCL.")
(4.1.0 2024-05-17
Expand Down

0 comments on commit 37d6351

Please sign in to comment.