Skip to content

Commit

Permalink
rollback article renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
generall committed Dec 14, 2024
1 parent c8c9b91 commit 4eeeb1d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions qdrant-landing/content/articles/memory-consumption.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "How to Optimize RAM Requirements for 1 Million Vectors: A Case Study"
short_description: Master RAM measurement and memory optimization for optimal performance and resource use.
description: Unlock the secrets of efficient RAM measurement and memory optimization with this comprehensive guide, ensuring peak performance and resource utilization.
title: Minimal RAM you need to serve a million vectors
short_description: How to properly measure RAM usage and optimize Qdrant for memory consumption.
description: How to properly measure RAM usage and optimize Qdrant for memory consumption.
social_preview_image: /articles_data/memory-consumption/preview/social_preview.jpg
preview_dir: /articles_data/memory-consumption/preview
small_preview_image: /articles_data/memory-consumption/icon.svg
Expand Down Expand Up @@ -32,8 +32,6 @@ Introduction:
3. As a result, if you see `10GB` memory consumption in `htop`, it doesn't mean that your process actually needs `10GB` of RAM to work.
-->

# Mastering RAM Measurement and Memory Optimization in Qdrant: A Comprehensive Guide

When it comes to measuring the memory consumption of our processes, we often rely on tools such as `htop` to give us an indication of how much RAM is being used. However, this method can be misleading and doesn't always accurately reflect the true memory usage of a process.

There are many different ways in which `htop` may not be a reliable indicator of memory usage.
Expand Down

0 comments on commit 4eeeb1d

Please sign in to comment.