.guide-container {
background-color: #111522;
border-radius: 12px;
padding: 25px;
color: #ffffff;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
max-width: 800px;
line-height: 1.6;
}
.guide-step {
margin-bottom: 20px;
display: flex;
align-items: flex-start;
}
.step-number {
background: #f39c12;
color: #000;
font-weight: bold;
min-width: 30px;
height: 30px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
margin-right: 15px;
margin-top: 2px;
}
.highlight {
color: #f39c12;
font-weight: bold;
}
.info-box {
background-color: #1a1f2f;
border: 1px solid #2c3e50;
border-radius: 8px;
padding: 20px;
margin-top: 25px;
}
.info-title {
color: #f39c12;
font-weight: bold;
margin-bottom: 10px;
display: flex;
align-items: center;
}
.highlight-link:hover {
color: #e67e22;
text-decoration: underline;
}
.highlight-link {
color: #f39c12;
text-decoration: none;
font-weight: bold;
transition: color 0.3s ease;
}
Une mauvaise allocation de mémoire est la cause principale des ralentissements. Voici comment configurer votre launcher :
1
Ouvrez le launcher et cliquez sur le bouton Paramètres située en bas à droite.
2
Ajustez le curseur pour modifier la RAM maximale.
Pour Curseforge :
Voici un Tutoriel pour modifier la quantité de mémoire alloué sur tous vos modpack ou de manière individuel.
💡 Recommandations d'Arcadia :
• Minimum conseillé : 6144 MB (6 Go)
• Idéal (avec Shaders) : 8192 MB (8 Go) à 12288 MB (12 Go)
• Note : Ne dépassez jamais la moitié de la RAM totale de votre ordinateur.
background-color: #111522;
border-radius: 12px;
padding: 25px;
color: #ffffff;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
max-width: 800px;
line-height: 1.6;
box-sizing: border-box;
}
ol.guide-step {
list-style: none;
padding: 0;
margin: 0 0 10px 0;
}
ol.guide-step li {
display: flex;
align-items: flex-start;
gap: 12px;
}
.step-number {
background: #f39c12;
color: #000;
min-width: 30px;
height: 30px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
margin-top: 2px;
flex-shrink: 0;
}
.step-img {
display: block;
margin: 0 0 20px 0;
width: 100%;
border-radius: 8px;
border: 1px solid #2a3050;
height: auto;
}
.highlight { color: #f39c12; font-weight: bold; }
.warning-card {
background-color: #161b28;
border: 1px solid #2c3e50;
border-radius: 8px;
padding: 20px;
margin-top: 10px;
box-sizing: border-box;
}
.warning-title {
margin-bottom: 15px;
display: flex;
align-items: center;
}
.tip-item {
margin-bottom: 8px;
padding-left: 20px;
position: relative;
}
.tip-item::before {
content: "•";
position: absolute;
left: 0;
}
h2 { color: #f39c12; font-size: 16px; margin-top: 10px; margin-bottom: 8px; }
.link-preview-box {
background-color: #1a1f2f;
border: 1px solid #2c3e50;
border-radius: 8px;
margin: 10px 0 20px 0;
overflow: hidden;
display: flex;
align-items: center;
box-sizing: border-box;
}
.link-preview-accent { width: 4px; align-self: stretch; background: #f39c12; flex-shrink: 0; }
.link-preview-content {
padding: 14px 16px;
display: flex;
align-items: center;
gap: 14px;
flex: 1;
min-width: 0;
}
.link-preview-thumb {
width: 90px;
min-width: 90px;
height: 56px;
border-radius: 5px;
border: 1px solid #2c3e50;
background: #2c3e50;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
font-size: 26px;
line-height: 1;
}
.link-preview-text { flex: 1; min-width: 0; }
.link-preview-title { font-weight: bold; font-size: 14px; color: #fff; margin-bottom: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.link-preview-desc { font-size: 12px; color: #8899aa; margin-bottom: 6px; }
.link-preview-url { font-size: 11px; color: #f39c12; }
@media (max-width: 480px) {
.guide-container { padding: 16px; }
.link-preview-thumb { width: 60px; min-width: 60px; height: 40px; font-size: 20px; }
.link-preview-content { gap: 10px; padding: 12px; }
.link-preview-title { font-size: 13px; }
}
1 Ouvrez le launcher et cliquez sur le bouton Paramètres situé en bas à droite.
2 Ajustez le curseur pour modifier la RAM maximale.
Voici un tutoriel pour modifier la quantité de mémoire allouée sur tous vos modpacks ou de manière individuelle.
💻
How to Allocate More RAM to Minecraft
Guide officiel Curseforge — modifier la mémoire allouée sur tous vos modpacks ou individuellement.
🔗 blog.curseforge.com
Minimum conseillé : 6144 MB (6 Go)
Idéal (avec Shaders) : 8192 MB (8 Go) à 12288 MB (12 Go)
Note : Ne dépassez jamais la moitié de la RAM totale de votre ordinateur. Si vous constatez des chutes régulières de FPS (plusieurs fois par minute), une allocation trop élevée peut en être la cause.