LogoLogo
WEBDASHPANELDOCSCHATSTATUS
English
English
  • πŸŽ‰Welcome
    • πŸ””Newsletter
  • 🌍HidenCloud Documentation
  • HidenCloud Dashboard
    • πŸ”“Enable Two-Factor Authentication (2FA)
    • βž•Extra/Additional services
    • 🎫How to open a ticket?
    • πŸ’΅How to buy?
    • πŸ’³Payment Methods
    • 🟒Status and behavior of services
    • πŸ”΄Delete account
    • 😑Server Deleted or Account Restricted?
    • 🌐SubDomain
    • πŸ’»VPS
    • ❌Cancel Your Service
    • πŸ—ΊοΈChange Location
    • *️Update Your HidenCloud Account Details
  • HidenCloud Panel
    • β›…Guide for beginners
    • πŸ”“How to get into my server?
    • πŸ—ƒοΈAdd files
    • πŸ“‚Backups
    • πŸ“‘Databases
    • πŸ«‚Adding Sub-Users
    • ⏰How to create a task?
    • πŸ› οΈHow to enable Toggle Support OP Access?
    • πŸ”ŒHigh Ping and Packet Loss
    • πŸ‘ΏServer Crashes
    • ⁉️Errors
    • πŸ†”Server UUID
  • 🌐Reverse Proxy
  • Minecraft
    • πŸ› οΈChange Java version
    • πŸ”’Change Minecraft Type and Version
    • πŸ”ƒServer Restarting / killed?
    • πŸ”’Change JVM Startup Flags
    • πŸ”‚Version Compatibility in Minecraft with ViaVersion Plugins
    • πŸ‘₯Online Mode
    • πŸ› οΈHow to install a plugin / mod?
    • πŸ‘€Security Plugins
    • ⚑Server Optimization Guide
      • πŸ› οΈDownload optimization plugins
      • πŸ› οΈServer Configuration
      • πŸ› οΈHelpers and Java Flags
        • ⚑Minecraft exploit and how to fix them
    • πŸ›œInstalling Bungeecord
      • πŸ› οΈConfigure a Bungeecord server
    • 😍Adding an Icon to the Server
    • ✍️Adding a Description to the Server
    • πŸ“¦Add a Resource Pack
    • ⁉️Common Errors
  • ARK:Survival Evolved
    • πŸ”ŒWhat is GameUserSettings.ini?
    • πŸ” How to Find Your Tribe or Player ID
  • Windows Tutorials
    • β˜•Java Local Binary
  • Free
    • 🀩Free Tier
  • GAME-SERVER PAID PLAN
    • 🌻Budget_Game-Servers
    • πŸ€Budget_Software-Servers
    • πŸ’ŽPremium_Game-Servers
    • βž•Extras
  • VPS PAID PLAN
    • πŸ’»VPS-Servers
    • πŸ–₯️VPS-Custom
  • Discord
    • 🚫Rules
    • πŸ€–/suggest command
    • 🎟️How to create a ticket?
    • πŸ”±Client Role
  • Information
    • ℹ️Contact and Help
    • 🌐Social Networks
    • ⚜️Partnership
    • πŸ‘¨β€πŸ’ΌStaff Application
    • πŸ’°Donate
    • ❓FAQ's
    • ❀️HidenNetwork
  • Legal
    • πŸ’ΎTerms of Service
    • πŸ”Privacy Policy
    • πŸͺCookies Policy
Powered by GitBook
LogoLogo

Services

  • Minecraft
  • Discord Hosting
  • Free
  • Rust

Company

  • About
  • Blog
  • News
  • HidenNetwork

Support

  • Contact
  • Discord
  • System Status
  • Documentation

Legal

  • Terms
  • Privacy Policy
  • Cookies Policies

Copyright Β© 2024 HidenCloudβ„’ - All rights reserved. | E: info@hidencloud.com | T/WA: +34930414115

On this page
  • Error "no space left on device" shuts the server down
  • What happens
  • The 30‑second fix

Was this helpful?

Export as PDF
  1. Minecraft

Common Errors

Here you will find a list of common errors and their solutions.

Error "no space left on device" shuts the server down

What happens

  • The console prints:

    [jfr,system] Failed to write to jfr stream because no space left on device
  • Java is trying to save Java Flight Recorder (JFR) files inside the container’s temporary directory. That tmp filesystem is very small; once it fills up, the JVM exits for safety.

The 30‑second fix

  1. Go to Startup β†’ JVM Startup Flags / Arguments in your panel.

  2. Add this flag exactly as shown, anywhere in the list:

    -XX:-FlightRecorder -Djdk.jfr.disabled=true
    
    For versions prior to Java 11:
    
    -XX:+UnlockCommercialFeatures -XX:-FlightRecorder -Djdk.jfr.disabled=true
    
    If it still doesn't work then add this:
    
    -XX:-FlightRecorder -Djava.io.tmpdir=/home/container/tmp_jfr
  3. Save the changes and restart the server.

Disabling JFR stops the .jfr files from being written, so the "no space left on device" error disappears.

Usually the cause of this is the Spark plugin/mod, if the problem persists, simply remove it.


Do I lose anything by turning JFR off?

No. Gameplay and mods continue exactly the same; you only lose an advanced diagnostic recording that most people never use.

PreviousAdd a Resource PackNextWhat is GameUserSettings.ini?

Last updated 28 days ago

Was this helpful?

⁉️