We recently updated our RoboRio 1.0 to 2025_v2.0, but when I try to deploy and run code, it gives an error, seemingly because there isn’t enough space.
Blockquote
Warning 44007 3238.856
FRC: Time since robot boot. OpenJDK Client VM warning: INFO: os::commit_memory(0xafd40000, 69992448, 0) failed; error=‘Not enough space’ (errno=12)
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 69992448 bytes for committing reserved memory.
# An error report file with more information is saved as:
# /tmp/hs_err_pid11019.log
OpenJDK Client VM warning: INFO: os::commit_memory(0xafd40000, 69992448, 0) failed; error=‘Not enough space’ (errno=12)
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 69992448 bytes for committing reserved memory.
# An error report file with more information is saved as:
# /tmp/hs_err_pid11104.log
OpenJDK Client VM warning: INFO: os::commit_memory(0xafb40000, 69992448, 0) failed; error=‘Not enough space’ (errno=12)
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 69992448 bytes for committing reserved memory.
# An error report file with more information is saved as:
# /tmp/hs_err_pid11188.log
OpenJDK Client VM warning: INFO: os::commit_memory(0xafd40000, 69992448, 0) failed; error=‘Not enough space’ (errno=12)
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 69992448 bytes for committing reserved memory.
# An error report file with more information is saved as:
# /tmp/hs_err_pid11272.log
OpenJDK Client VM warning: INFO: os::commit_memory(0xafd40000, 69992448, 0) failed; error=‘Not enough space’ (errno=12)
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 69992448 bytes for committing reserved memory.
# An error report file with more information is saved as:
# /tmp/hs_err_pid11356.log
OpenJDK Client VM warning: INFO: os::commit_memory(0xafb40000, 69992448, 0) failed; error=‘Not enough space’ (errno=12)
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 69992448 bytes for committing reserved memory.
# An error report file with more information is saved as:
# /tmp/hs_err_pid11440.log
Warning 44004 FRC: The Driver Station has lost communication with the robot. Driver Station
Warning 44000 Driver Station not keeping up with protocol rates Driver Station
Warning 44000 Driver Station not keeping up with protocol rates Driver Station
My theory is that it downloaded the 2025 image but without deleting the 2024 image.
How would I fix this?