Tagged articles
3 articles
Page 1 of 1
Cognitive Technology Team
Cognitive Technology Team
Jun 26, 2025 · Backend Development

Mastering JVM Argument Prefixes: Boost Java Performance & Debugging

This tutorial explains the purpose and usage of JVM argument prefixes—including system properties, standard, non‑standard, and advanced options—along with execution modes like interpreted, compiled, and mixed, providing code examples and performance comparisons to help Java developers optimize and debug their applications.

JVM OptionsJavaarguments
0 likes · 13 min read
Mastering JVM Argument Prefixes: Boost Java Performance & Debugging
Programmer DD
Programmer DD
Jul 20, 2022 · Fundamentals

How to Optimize IntelliJ IDEA Memory Settings for Faster Performance

This guide explains how to adjust IntelliJ IDEA's maximum memory and JVM options via the Help menu, helping Java developers balance performance and resource usage by editing the visual "Change Memory Setting" and the underlying "Edit Custom VM Options" configuration files.

IDE performanceIntelliJ IDEAJVM Options
0 likes · 4 min read
How to Optimize IntelliJ IDEA Memory Settings for Faster Performance