Industry

Windrose's Aggressive SSD Wear Gets Major Relief in Latest Patch

The pirate RPG was hammering storage drives with relentless read-write cycles, but developers have now deployed a fix that cuts disk usage by up to 75 percent.

3 min read
Pirate RPG game is secretly looting your SSD lifespan — new Windrose patch promises smoother sailing and addresses excessive disk writing

Gamers should download the newest update without delay to ease the strain on their solid-state drives. The title has been subjecting storage to nearly constant input and output operations, ranging between 15 MB/s and 30 MB/s based on where players are located and how they move through the game world. Video evidence published by Pixel Operative demonstrated that disk activity reaches 30 MB/s on a sustained basis whenever a player navigates their character around a base structure. The problem intensifies significantly while commanding a vessel. The game only pauses this relentless disk activity when the player's avatar remains stationary on land or traverses regions of the game world that generate minimal storage load.

When Pixel Operative benchmarked Windrose against competing titles Enshrouded and Valheim, the results revealed a stark disparity in storage consumption. Over a 60 to 90 second window, Windrose pulled 32GB from the drive and committed 1.3GB to it. During the identical period, Enshrouded transferred 7GB and wrote 695MB, whereas Valheim moved just 1GB and wrote a mere 5MB.

Windrose excessive read/write issue for SSDs (CONFIRMED: Fix incoming in next patch) - YouTube

Multiple players across Reddit and Steam reported observing unusual patterns, with some noting disk utilization hitting 100 percent and hourly write volumes reaching 30GB. It bears noting that 100 percent disk utilization typically reflects active time or queue saturation rather than necessarily indicating high throughput in megabytes per second.

https://twitter.com/cantworkitout/status/2046990008075079855

The excessive storage demands stemmed from deliberate engineering choices rather than a programming error. Technical investigation by NewMaxx/BoreCraft identified the culprit as Windrose's RocksDB-based persistence layer. The game operates at least three separate RocksDB databases, with the Worlds database employing 22 column families constrained by a 1 MB maximum total WAL size. This restrictive WAL allocation forces frequent memtable flushes and compactions, converting minor gameplay state modifications into substantially larger physical write operations. While the analysis indicates durability-focused persistence configuration rather than data corruption risk, it remains unclear whether the developers intentionally selected this setup or defaulted to an overly cautious approach.

The development team at Kraken Express responded swiftly with a remedial patch. Version 0.10.0.4 introduces meaningful reductions in storage activity during play. According to fresh testing by Pixel Operative, the game now writes between 10 MB/s and 16 MB/s, dropping below 1 MB/s when the player stands motionless. This represents a 60 to 75 percent reduction compared to the prior release.

Google Preferred Source

Players running Windrose should prioritize updating to the current version to protect their hardware. Given the premium pricing of modern SSDs, preserving drive longevity has become increasingly important.

Source: Tom's Hardware

Source: Tom's Hardware · Reporting supplemented by The Silicon Ledger staff.