MicroStation Large File Performance: Reference Files, Raster Manager, and Display Settings
MicroStation files with large raster attachments and complex references slow to a crawl. I cover the Raster Manager memory settings, reference display optimization, and the level management strategy that keeps large files responsive.

MicroStation Large File Performance: Reference Files, Raster Manager, and Display Settings
Users on the Spiceworks community forum reported that MicroStation with large raster image files attached through Raster Manager would error out or become extremely slow. Axiom Int., a Bentley third-party support provider, published a list of "10 MicroStation Problems" that includes performance complaints, file corruption, and display issues. Bentley's own MicroStation 2024 release notes list numerous performance-related defects that were fixed, confirming that performance is an ongoing concern.
MicroStation is used for some of the largest infrastructure projects in the world — highway systems, rail networks, plant facilities — and the files can reach hundreds of megabytes or even gigabytes. Performance optimization in MicroStation requires a different approach than in mechanical CAD systems because the files are primarily 2D/3D vector data with raster attachments, not parametric feature trees.
Fix 1: Optimize Raster Manager Settings
Large raster images (aerial photos, satellite imagery, scanned drawings) are the #1 cause of MicroStation performance problems. The Spiceworks forum post identified the fix:
Change Raster Manager Memory Settings
- Open MicroStation
- Go to Workspace → Preferences → Raster Manager → Memory tab
- Change the memory setting:
- Default: MicroStation loads rasters into system memory
- Tile-based: MicroStation loads only the visible portion of the raster
- Set to Tile-based for large rasters (over 50MB)
- Set Maximum memory per raster: Lower this to 256MB or 512MB
- Set Tile size: 256x256 or 512x512 pixels
- Click OK and restart MicroStation
Additional Raster Optimizations
- Compress raster files: Use JPEG2000 or ECW format instead of uncompressed TIFF
- Create pyramids: Enable pyramid generation for large rasters — this creates lower-resolution versions for fast display at zoomed-out views
- Limit raster resolution: Don't attach 1-inch resolution aerials when 6-inch resolution is sufficient
- Use multiple smaller rasters: Instead of one 1GB raster, use four 250MB rasters covering different areas
Fix 2: Optimize Reference Files
Reference files (similar to XREFs in AutoCAD) are external files attached to the current design file. Each reference adds to the display processing load:
Use Nested References Efficiently
- Go to References dialog (File → References)
- Check the nesting depth of each reference
- Deep nesting (reference of a reference of a reference) is very slow
- Limit nesting depth to 2 levels maximum
- If deeper nesting is needed, use Live Nesting with a depth limit:
- Right-click the reference → Settings → Nesting
- Set Nesting Depth to 2
Use Display Off for Unneeded References
- In the References dialog, uncheck Display for references not currently needed
- Undisplayed references are not rendered, saving processing time
- You can still snap to undisplayed references if Snap is checked
- Toggle display on only when you need to see the reference
Use Reference Attachments with Clip Boundaries
- Instead of attaching an entire large reference file, clip it to show only the relevant area
- Right-click the reference → Clip
- Draw a boundary polygon around the area you need
- Only the clipped portion is processed for display
Fix 3: Manage Levels Effectively
MicroStation files can have hundreds of levels. Each visible level adds to the display processing:
Turn Off Unused Levels
- Open the Level Manager (Settings → Level → Level Manager)
- Turn off display for levels not currently needed
- Use Level Filters to quickly turn off groups of levels:
- Create a filter for "Survey Data" and turn it off when doing design work
- Create a filter for "Existing Conditions" and turn it off when doing proposed design
- Use Global Display to turn off a level across all references
Use Level Symbology Overrides
- In the Level Manager, set Symbology overrides
- Override all levels to use a single color (e.g., gray) for background context
- This simplifies the display and reduces rendering overhead
- Turn off symbology overrides only for final presentation
Fix 4: Optimize Display Settings
Disable Unnecessary Display Features
- Go to Workspace → Preferences → View Options
- Disable:
- Transparency: Transparent fills are GPU-intensive
- Anti-aliasing: Set to Off for large files
- Shadows: Disable for 3D files
- Fog: Disable
- Constructions: Turn off construction elements
- Set View rendering to Wireframe for working
- Use Smooth or Hidden Line only for presentations
Use the Fast Display Mode
- In the view window, right-click → View Attributes
- Enable Fast Display
- Fast Display reduces rendering quality for better performance
- Disable Fast Display for final output
Fix 5: Compress the Design File
MicroStation files accumulate deleted elements and unused data over time:
- Go to File → Compress
- Select Compress Options:
- Delete unused levels: Removes levels with no elements
- Delete unused attachment levels: Removes reference levels with no elements
- Delete unused definitions: Removes unused cell definitions, line styles, etc.
- Click Compress
- The file size can decrease by 20-50% after compression
Regular Compression Schedule
- Compress files weekly for active projects
- Compress before archiving
- Compress after deleting large amounts of geometry
- Use File → Compress → Compress All to compress the active file and all open references
Fix 6: Use Worksets for Large Projects
Worksets organize project files and improve performance by limiting what's loaded:
- Go to File → Worksets
- Create a workset for each project or project phase
- Each workset has its own standards (levels, cells, templates)
- Only files within the workset are accessible, reducing accidental loading of unrelated files
- Worksets also manage reference paths more efficiently
Fix 7: Fix File Corruption
Axiom's guide notes that file corruption is a common MicroStation problem. Corrupted files can cause performance degradation and crashes:
Run File Repair
- Go to File → Check File
- Select Repair mode
- MicroStation checks for and repairs:
- Corrupted element headers
- Invalid geometry
- Broken references
- Level table corruption
- Save the repaired file
Use Axiom FileFixer
For severe corruption that MicroStation's built-in repair can't fix:
- Use Axiom's FileFixer tool (third-party, paid)
- FileFixer can repair corruption that prevents files from opening
- It also optimizes file structure for better performance
- Run FileFixer on archived files before reopening them
Fix 8: Optimize 3D Files
For 3D MicroStation files (common in plant and infrastructure design):
Use Section Cut Views
- Instead of displaying the entire 3D model, use section cut views
- Tools → Drawing → Section
- Create a section cutting plane through the model
- Only geometry at the cut plane is displayed, dramatically reducing rendering load
Use Display Sets
- Tools → Display → Display Set
- Create display sets that show only specific types of elements
- For example, create a display set showing only structural elements
- Switch between display sets to focus on different disciplines
Reduce Solid Complexity
- For imported solid geometry (STEP, Parasolid), use Tools → Solid → Simplify
- Remove fillets, chamfers, and internal features
- Replace complex solids with simpler representations for layout work
Fix 9: Hardware Optimization
- RAM: 32GB minimum for files with raster attachments, 64GB for very large infrastructure files
- GPU: NVIDIA RTX A-series (professional) with 8GB+ VRAM for 3D files
- Storage: NVMe SSD for the design files and raster attachments
- CPU: High clock speed for single-threaded operations (MicroStation is largely single-threaded)
- Display: Dual monitors for separating design views from tool dialogs
Fix 10: Keep MicroStation Updated
Bentley's MicroStation 2024 release notes list numerous performance fixes:
- Check for updates: Help → Check for Updates
- Apply the latest MicroStation update (2024.2 or later)
- Bentley regularly fixes performance defects in point releases
- Review the "Defects Resolved" list for each update to see if your specific issue is fixed
Summary
| Fix | Impact | Difficulty | |-----|--------|------------| | Optimize Raster Manager memory | Very high | Easy | | Use tile-based raster loading | Very high | Easy | | Limit reference nesting depth | High | Easy | | Clip reference boundaries | High | Easy | | Turn off unused levels | High | Easy | | Disable transparency and anti-aliasing | Medium | Easy | | Compress design files | High | Easy | | Use worksets | Medium | Medium | | Fix file corruption | High | Medium | | Use section cut views for 3D | High | Easy | | Keep MicroStation updated | Medium | Easy |
The most impactful fix for files with raster attachments is changing the Raster Manager memory setting to tile-based loading. For files with many references, limiting nesting depth and clipping reference boundaries provides the biggest improvement. Regular file compression should be part of every project's maintenance routine.
Source Verification
More Microstation Guides
performance
MicroStation 3D Modeling Performance: Solids, Surfaces, and Display Optimization for Plant Design
8 min
troubleshooting
MicroStation DWG Compatibility: Import Export Issues, Line Weight Mapping, and Font Substitution
8 min
troubleshooting
MicroStation File Corruption: Recovery, Compress, and Axiom FileFixer Workflow
8 min
troubleshooting
MicroStation Reference File Display Problems: Missing Geometry, Wrong Coordinates, and Level Overrides
8 min
Related Performance Guides
Similar performance content for other CAD tools
3ds Max
•performance
3ds Max Large Scene Optimization: Proxies, Instances, and Memory Management
10 min
3ds Max
•performance
3ds Max Viewport Lag on High-End PC: GPU Driver, Display, and Scene Optimization Fixes
9 min
Ansys
•performance
Ansys Mesh Quality Metrics: Element Distortion Diagnosis and Fix Guide
10 min
Archicad
•performance
ArchiCAD File Bloat and Corruption: Compress, Repair, and Audit Workflow
8 min