{"id":20656692,"url":"https://github.com/platformlab/memcached-a","last_synced_at":"2025-08-11T14:49:47.156Z","repository":{"id":67361989,"uuid":"119118829","full_name":"PlatformLab/memcached-A","owner":"PlatformLab","description":"The repo for both original memcached and memcached-A","archived":false,"fork":false,"pushed_at":"2018-09-23T06:45:00.000Z","size":3495,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"memcached-A","last_synced_at":"2025-07-04T00:38:46.564Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PlatformLab.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":"CONTRIBUTING.md","funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-01-27T00:44:53.000Z","updated_at":"2022-02-13T18:59:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"20f84caa-6f2b-4685-9920-dc419831e071","html_url":"https://github.com/PlatformLab/memcached-A","commit_stats":null,"previous_names":[],"tags_count":88,"template":false,"template_full_name":null,"purl":"pkg:github/PlatformLab/memcached-A","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlatformLab%2Fmemcached-A","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlatformLab%2Fmemcached-A/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlatformLab%2Fmemcached-A/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlatformLab%2Fmemcached-A/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PlatformLab","download_url":"https://codeload.github.com/PlatformLab/memcached-A/tar.gz/refs/heads/memcached-A","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlatformLab%2Fmemcached-A/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269906360,"owners_count":24494329,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T18:16:58.534Z","updated_at":"2025-08-11T14:49:47.142Z","avatar_url":"https://github.com/PlatformLab.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Memcached-A (Under Construction)\n\n## Note\nThis repo contains two major branches:\nthe original memcached version 1.5.6 (`master` branch);\nand the memcached-A (restructured memcached-1.5.6 with Arachne, `memcached-A` branch).\n\nThe `coreTrace` branch adds timetraces and counters on memcached 1.5.6 to record\nthe changes of cores, time spent on libevent turnaround and network I/O, etc.\n\nMemcached-A is currently under construction; the unit tests may be failing.\n\n## How do I use Memcached-A?\n0. Clone this repo to your target directory `${MEMCACHE_DIR}`.\nThe default branch is `memcached-A` branch.\n    ```\n    git clone https://github.com/PlatformLab/memcached.git ${MEMCACHE_DIR}\n    cd ${MEMCACHE_DIR}\n    ```\n\n1. Use the `scripts/prepare.sh` to install Arachne and compile memcached-A\n    ```\n    ./scripts/prepare.sh\n    ```\n    It will automatically download Arachne and its dependencies, and build\n    everything for you. This script can take a few minutes to run :)\n\n2. Make sure the core arbiter is running in your system, if not, start it by:\n    ```\n    sudo ${MEMCACHE_DIR}/arachne-all/CoreArbiter/bin/coreArbiterServer\n    ```\n    You can make it run in background.\n\n3. Then start memcached-A in ${MEMCACHE_DIR}, here is an example command:\n    ```\n    ./memcached --minNumCores 2 --maxNumCores 15 -t 1 -c 32768 -m 10240\n    ```\n    This will start a memcached-A service with 1 dispatch thread, max 32768\n    connections, and 10GB memory. It will use at least 2 cores and at most\n    15 cores; Arachne will automatically adjust the number allocated cores\n    based on the current load.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplatformlab%2Fmemcached-a","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplatformlab%2Fmemcached-a","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplatformlab%2Fmemcached-a/lists"}