Fixed the way how we set dynamic-space-size.

This commit is contained in:
Alexander Artemenko 2024-12-14 22:05:20 +00:00
parent 0bbf4764f4
commit 37d6351ff1
2 changed files with 3 additions and 1 deletions

View file

@ -265,7 +265,7 @@ runs:
if [[ "${{ inputs.dynamic-space-size }}" != "" ]]; then if [[ "${{ inputs.dynamic-space-size }}" != "" ]]; then
echo ::group::Changing Dynamic Space Size in Roswell Config 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 fi
echo ::endgroup:: echo ::endgroup::

View file

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