{"id":7671,"date":"2020-02-19T15:16:18","date_gmt":"2020-02-19T12:16:18","guid":{"rendered":"http:\/\/unihost.com\/help\/?p=7671"},"modified":"2023-01-19T13:43:53","modified_gmt":"2023-01-19T10:43:53","slug":"how-to-add-a-swap-file-on-centos-8","status":"publish","type":"post","link":"https:\/\/unihost.com\/help\/how-to-add-a-swap-file-on-centos-8\/","title":{"rendered":"How to add a swap file on CentOS 8"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-7673\" src=\"https:\/\/unihost.com\/help\/minio.php?.\/template.png\" alt=\"How to add a swap file on CentOS 8 - Image 1\" width=\"1280\" height=\"720\" \/ title=\"How to add a swap file on CentOS 8 - Image 1\"><\/p>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">In this tutorial I will show you how to set up a swap file on CentOS 8<br \/><\/span><!--more--><\/p>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Swap is a space on a disk that is used when the amount of physical RAM memory is full. When a Linux system runs out of RAM, inactive pages are moved from the RAM to the swap space.<\/span><\/p>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Before proceeding with this tutorial, check if your CentOS installation already has swap enabled by typing:<\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># swapon --show<\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">If the output is empty, it means that your system does not have swap space enabled.<\/span><\/p>\n<h2><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Create swap file<\/span><\/h2>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">In this example, we will create a swap file of size 4GB using fallocate command.<\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># fallocate -l 4G \/swap<\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Make it readable only by root user.<\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># chmod 600 \/swap<\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Setup the file for swap space.<\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># mkswap \/swap <\/span><br \/><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Setting up swapspace version 1, size = 4 GiB (4294963200 bytes)<\/span><br \/><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">no label, UUID=5c766682-0bec-4b16-a8aa-0756e5717792<\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Enable the swap file and add it to the system as a swap file.<\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># swapon \/swap<\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Edit the\u00a0<em>\/etc\/fstab<\/em> file and add the next line, to make the change permanent.<\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># nano \/etc\/fstab<\/span><\/pre>\n<pre><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">\/swap swap swap defaults 0 0<\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Save and exit.<\/span><\/p>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Now we can reboot our server and verify swap.<\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># reboot<\/span><\/pre>\n<pre><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># swapon --show<\/span><br \/><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">NAME TYPE SIZE USED PRIO<\/span><br \/><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">\/swap file 4G 0B -2<\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Or using the <em>free<\/em> command.<\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># free -h<\/span><br \/><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">total used free shared buff\/cache available<\/span><br \/><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Mem: 3.8Gi 140Mi 2.1Gi 16Mi 1.5Gi 3.3Gi<\/span><br \/><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Swap: 4.0Gi 0B 4.0Gi<\/span><\/pre>\n<h2 id=\"removing-a-swap-file\"><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Removing a swap file<\/span><\/h2>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Execute the following command to disable the swap file.<\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># swapoff -v \/swap<\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Remove <em>\/swap swap swap defaults 0 0<\/em> entry from the <em>\/etc\/fstab<\/em> file.\u00a0<\/span><\/p>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Delete the swapfile file.<\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># rm \/swap<\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">We have learned how to configure swap space on CentOS 8 system.<\/span><\/p>\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this tutorial I will show you how to set up a swap file on CentOS 8<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[158],"tags":[58,541],"class_list":["post-7671","post","type-post","status-publish","format-standard","hentry","category-dedicated-servers","tag-centos","tag-swap"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to add a swap file on CentOS 8 - Unihost.FAQ<\/title>\n<meta name=\"description\" content=\"In this tutorial I will show you how to set up a swap file on CentOS 8 Unihost.FAQ How to add a swap file on CentOS 8\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/unihost.com\/help\/how-to-add-a-swap-file-on-centos-8\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to add a swap file on CentOS 8 - Unihost.FAQ\" \/>\n<meta property=\"og:description\" content=\"In this tutorial I will show you how to set up a swap file on CentOS 8 Unihost.FAQ How to add a swap file on CentOS 8\" \/>\n<meta property=\"og:url\" content=\"https:\/\/unihost.com\/help\/how-to-add-a-swap-file-on-centos-8\/\" \/>\n<meta property=\"og:site_name\" content=\"Unihost.FAQ\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/unihost\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-02-19T12:16:18+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-19T10:43:53+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/unihost.com\/help\/wp-content\/uploads\/template.png\" \/>\n<meta name=\"author\" content=\"Unihost Support\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@unihost\" \/>\n<meta name=\"twitter:site\" content=\"@unihost\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Unihost Support\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/unihost.com\/help\/how-to-add-a-swap-file-on-centos-8\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-add-a-swap-file-on-centos-8\/\"},\"author\":{\"name\":\"Unihost Support\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a\"},\"headline\":\"How to add a swap file on CentOS 8\",\"datePublished\":\"2020-02-19T12:16:18+00:00\",\"dateModified\":\"2023-01-19T10:43:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-add-a-swap-file-on-centos-8\/\"},\"wordCount\":210,\"publisher\":{\"@id\":\"https:\/\/unihost.com\/help\/#organization\"},\"image\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-add-a-swap-file-on-centos-8\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/unihost.com\/help\/wp-content\/uploads\/template.png\",\"keywords\":[\"CentOS\",\"swap\"],\"articleSection\":[\"02. Dedicated servers\"],\"inLanguage\":\"en\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/unihost.com\/help\/how-to-add-a-swap-file-on-centos-8\/\",\"url\":\"https:\/\/unihost.com\/help\/how-to-add-a-swap-file-on-centos-8\/\",\"name\":\"How to add a swap file on CentOS 8 - Unihost.FAQ\",\"isPartOf\":{\"@id\":\"https:\/\/unihost.com\/help\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-add-a-swap-file-on-centos-8\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-add-a-swap-file-on-centos-8\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/unihost.com\/help\/wp-content\/uploads\/template.png\",\"datePublished\":\"2020-02-19T12:16:18+00:00\",\"dateModified\":\"2023-01-19T10:43:53+00:00\",\"description\":\"In this tutorial I will show you how to set up a swap file on CentOS 8 Unihost.FAQ How to add a swap file on CentOS 8\",\"breadcrumb\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-add-a-swap-file-on-centos-8\/#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/unihost.com\/help\/how-to-add-a-swap-file-on-centos-8\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/unihost.com\/help\/how-to-add-a-swap-file-on-centos-8\/#primaryimage\",\"url\":\"https:\/\/unihost.com\/help\/minio.php?.\/template.png\",\"contentUrl\":\"https:\/\/unihost.com\/help\/minio.php?.\/template.png\",\"width\":1280,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/unihost.com\/help\/how-to-add-a-swap-file-on-centos-8\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Unihost\",\"item\":\"https:\/\/unihost.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Help\",\"item\":\"https:\/\/unihost.com\/help\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to add a swap file on CentOS 8\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/unihost.com\/help\/#website\",\"url\":\"https:\/\/unihost.com\/help\/\",\"name\":\"Unihost.FAQ\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/unihost.com\/help\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/unihost.com\/help\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/unihost.com\/help\/#organization\",\"name\":\"Unihost\",\"alternateName\":\"Unihost\",\"url\":\"https:\/\/unihost.com\/help\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png\",\"contentUrl\":\"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png\",\"width\":300,\"height\":300,\"caption\":\"Unihost\"},\"image\":{\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/unihost\/\",\"https:\/\/x.com\/unihost\",\"https:\/\/www.instagram.com\/unihost\/?hl=en\",\"https:\/\/www.linkedin.com\/company\/unihost-com\",\"https:\/\/www.youtube.com\/channel\/UCITKsxMDnslQY8brN3advgw\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a\",\"name\":\"Unihost Support\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g\",\"caption\":\"Unihost Support\"},\"sameAs\":[\"https:\/\/unihost.com\/\"],\"url\":\"https:\/\/unihost.com\/help\/author\/support\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to add a swap file on CentOS 8 - Unihost.FAQ","description":"In this tutorial I will show you how to set up a swap file on CentOS 8 Unihost.FAQ How to add a swap file on CentOS 8","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/unihost.com\/help\/how-to-add-a-swap-file-on-centos-8\/","og_locale":"en_US","og_type":"article","og_title":"How to add a swap file on CentOS 8 - Unihost.FAQ","og_description":"In this tutorial I will show you how to set up a swap file on CentOS 8 Unihost.FAQ How to add a swap file on CentOS 8","og_url":"https:\/\/unihost.com\/help\/how-to-add-a-swap-file-on-centos-8\/","og_site_name":"Unihost.FAQ","article_publisher":"https:\/\/www.facebook.com\/unihost\/","article_published_time":"2020-02-19T12:16:18+00:00","article_modified_time":"2023-01-19T10:43:53+00:00","og_image":[{"url":"http:\/\/unihost.com\/help\/wp-content\/uploads\/template.png","type":"","width":"","height":""}],"author":"Unihost Support","twitter_card":"summary_large_image","twitter_creator":"@unihost","twitter_site":"@unihost","twitter_misc":{"Written by":"Unihost Support","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/unihost.com\/help\/how-to-add-a-swap-file-on-centos-8\/#article","isPartOf":{"@id":"https:\/\/unihost.com\/help\/how-to-add-a-swap-file-on-centos-8\/"},"author":{"name":"Unihost Support","@id":"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a"},"headline":"How to add a swap file on CentOS 8","datePublished":"2020-02-19T12:16:18+00:00","dateModified":"2023-01-19T10:43:53+00:00","mainEntityOfPage":{"@id":"https:\/\/unihost.com\/help\/how-to-add-a-swap-file-on-centos-8\/"},"wordCount":210,"publisher":{"@id":"https:\/\/unihost.com\/help\/#organization"},"image":{"@id":"https:\/\/unihost.com\/help\/how-to-add-a-swap-file-on-centos-8\/#primaryimage"},"thumbnailUrl":"http:\/\/unihost.com\/help\/wp-content\/uploads\/template.png","keywords":["CentOS","swap"],"articleSection":["02. Dedicated servers"],"inLanguage":"en"},{"@type":"WebPage","@id":"https:\/\/unihost.com\/help\/how-to-add-a-swap-file-on-centos-8\/","url":"https:\/\/unihost.com\/help\/how-to-add-a-swap-file-on-centos-8\/","name":"How to add a swap file on CentOS 8 - Unihost.FAQ","isPartOf":{"@id":"https:\/\/unihost.com\/help\/#website"},"primaryImageOfPage":{"@id":"https:\/\/unihost.com\/help\/how-to-add-a-swap-file-on-centos-8\/#primaryimage"},"image":{"@id":"https:\/\/unihost.com\/help\/how-to-add-a-swap-file-on-centos-8\/#primaryimage"},"thumbnailUrl":"http:\/\/unihost.com\/help\/wp-content\/uploads\/template.png","datePublished":"2020-02-19T12:16:18+00:00","dateModified":"2023-01-19T10:43:53+00:00","description":"In this tutorial I will show you how to set up a swap file on CentOS 8 Unihost.FAQ How to add a swap file on CentOS 8","breadcrumb":{"@id":"https:\/\/unihost.com\/help\/how-to-add-a-swap-file-on-centos-8\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/unihost.com\/help\/how-to-add-a-swap-file-on-centos-8\/"]}]},{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/unihost.com\/help\/how-to-add-a-swap-file-on-centos-8\/#primaryimage","url":"https:\/\/unihost.com\/help\/minio.php?.\/template.png","contentUrl":"https:\/\/unihost.com\/help\/minio.php?.\/template.png","width":1280,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/unihost.com\/help\/how-to-add-a-swap-file-on-centos-8\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Unihost","item":"https:\/\/unihost.com\/"},{"@type":"ListItem","position":2,"name":"Help","item":"https:\/\/unihost.com\/help\/"},{"@type":"ListItem","position":3,"name":"How to add a swap file on CentOS 8"}]},{"@type":"WebSite","@id":"https:\/\/unihost.com\/help\/#website","url":"https:\/\/unihost.com\/help\/","name":"Unihost.FAQ","description":"","publisher":{"@id":"https:\/\/unihost.com\/help\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/unihost.com\/help\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":"Organization","@id":"https:\/\/unihost.com\/help\/#organization","name":"Unihost","alternateName":"Unihost","url":"https:\/\/unihost.com\/help\/","logo":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/","url":"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png","contentUrl":"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png","width":300,"height":300,"caption":"Unihost"},"image":{"@id":"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/unihost\/","https:\/\/x.com\/unihost","https:\/\/www.instagram.com\/unihost\/?hl=en","https:\/\/www.linkedin.com\/company\/unihost-com","https:\/\/www.youtube.com\/channel\/UCITKsxMDnslQY8brN3advgw"]},{"@type":"Person","@id":"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a","name":"Unihost Support","image":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/unihost.com\/help\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g","caption":"Unihost Support"},"sameAs":["https:\/\/unihost.com\/"],"url":"https:\/\/unihost.com\/help\/author\/support\/"}]}},"_links":{"self":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts\/7671","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/comments?post=7671"}],"version-history":[{"count":2,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts\/7671\/revisions"}],"predecessor-version":[{"id":7675,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts\/7671\/revisions\/7675"}],"wp:attachment":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/media?parent=7671"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/categories?post=7671"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/tags?post=7671"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}