Tagged articles
3 articles
Page 1 of 1
Java Architect Essentials
Java Architect Essentials
Jun 21, 2023 · Fundamentals

How to Increase IntelliJ IDEA Memory Allocation to Eliminate Lag

This guide explains why IntelliJ IDEA often feels sluggish due to low default memory limits, shows how to view current memory usage, and provides step‑by‑step instructions—including editing VM options, adjusting -Xmx and -Xms values, and clearing caches—to boost performance for Java developers.

IDE optimizationIntelliJ IDEAJava development
0 likes · 5 min read
How to Increase IntelliJ IDEA Memory Allocation to Eliminate Lag
Python Crawling & Data Mining
Python Crawling & Data Mining
Mar 23, 2023 · Backend Development

How to Exclude Folders in PyCharm to Speed Up Indexing

This article explains how to configure PyCharm to exclude specific folders from indexing, reducing update time and speeding up IDE startup, illustrated with step‑by‑step screenshots and practical tips for Python developers dealing with large projects.

IDE optimizationPyCharmdevelopment tips
0 likes · 3 min read
How to Exclude Folders in PyCharm to Speed Up Indexing
Java Backend Technology
Java Backend Technology
Jan 5, 2021 · Backend Development

How Tweaking IntelliJ IDEA Memory Settings Supercharges Java IDE Performance

This article details a systematic experiment that compares default, modest, balanced, and aggressive JVM memory configurations for IntelliJ IDEA, measuring startup time, project load speed, and garbage‑collection behavior on a large monolith and micro‑service projects, and concludes with practical tuning recommendations.

IDE optimizationIntelliJ IDEAJVM
0 likes · 10 min read
How Tweaking IntelliJ IDEA Memory Settings Supercharges Java IDE Performance