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 8 days ago

Was this helpful?

⁉️