Skip to content
Snippets Groups Projects
Commit c407b062 authored by Moe Jette's avatar Moe Jette
Browse files

Increase the buffer size (and increments) for packing.

This should decrease the number of realloc calls and 
improve performance.
parent db581961
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@
#include <string.h>
#define BUF_MAGIC 0x42554545
#define BUF_SIZE 4096
#define BUF_SIZE (16 * 1024)
struct slurm_buf {
uint32_t magic;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment